Move dracut module from 98 ordering to the recommended 50 ordering
authorJo Zzsi <jozzsicsataban@gmail.com>
Sun, 31 Aug 2025 04:56:10 +0000 (00:56 -0400)
committerJo Zzsi <jozzsicsataban@gmail.com>
Sun, 31 Aug 2025 04:56:52 +0000 (00:56 -0400)
commit41a1e137a55ca48c0652ac523694781eecf07da0
tree5671b791c73662b12005b8022f14e2c234827874
parent7c1d4125a5fa556ae8ae39a6829d02d0ba3e3f0f
Move dracut module from 98 ordering to the recommended 50 ordering

In dracut release v108 or later the recommended ordering for out
out of tree modules is 50. The following is a section from dracut
documentation:

> Not using the 50-59 range for out of tree dracut modules will likely
> lead to unintended errors in the initramfs generation process as your
> dracut module will either run too early or too late in the generation process.
> You have been warned.

Fixes: https://github.com/ostreedev/ostree/issues/3495
Makefile-boot.am